'宣言 Public Function New( _ ByVal collection As ICollection(Of T), _ ByVal item As T, _ ByVal oldIndex As Integer, _ ByVal newIndex As Integer, _ ByVal itemTypeDisplayName As String _ )
public CollectionChangeUndoUnit<T>( ICollection<T> collection, T item, int oldIndex, int newIndex, string itemTypeDisplayName )
| 例外 | 解説 |
|---|---|
| System.ArgumentNullException | collection は null であってはいけません。 |
| System.ArgumentException | collection は読み取り専用にできません。 |